home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 9
/
AMUG BBS in a Box Volume IX (August 1993) (MacWizards).iso
/
Files
/
Prog
/
T
/
The Virtual Machine.cpt
/
VM Test Files
/
Test.SRC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-03-19
|
266 b
|
13 lines
|
[
TEXT/KAHL
]
; Test Program with some bastard stuff in it
ORG $10
EQU CHEESE 10
CLA
TAD $10+CHEESE+%17-3 ;chew on that!
DCA 100
CLA ; ;ready to actually do something?
LOOP: IAC ;
SZA ;
JMP LOOP ; keep doing it
STOP: HLT
END